home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TATOMICCLOCK / TATOMICCLOCK.txt
Text File  |  2004-10-05  |  9KB  |  397 lines

  1. object AtomicClock: TAtomicClock
  2.   Left = 0
  3.   Top = 0
  4.   Width = 560
  5.   Height = 470
  6.   TabOrder = 0
  7.   object GroupBox_ManualAdjust: TGroupBox
  8.     Left = 0
  9.     Top = 24
  10.     Width = 450
  11.     Height = 103
  12.     Caption = 'Manual Adjust'
  13.     TabOrder = 0
  14.     object Shape1: TShape
  15.       Left = 70
  16.       Top = 22
  17.       Width = 280
  18.       Height = 17
  19.       Brush.Color = clGray
  20.     end
  21.     object Label_LocalTimeCaption: TLabel
  22.       Left = 13
  23.       Top = 24
  24.       Width = 51
  25.       Height = 13
  26.       Alignment = taRightJustify
  27.       Caption = 'Local time:'
  28.       Font.Charset = DEFAULT_CHARSET
  29.       Font.Color = clWindowText
  30.       Font.Height = -11
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = []
  33.       ParentFont = False
  34.       Transparent = True
  35.     end
  36.     object Shape2: TShape
  37.       Left = 70
  38.       Top = 46
  39.       Width = 280
  40.       Height = 17
  41.       Brush.Color = clGray
  42.     end
  43.     object Label_ExactTimeCaption: TLabel
  44.       Left = 12
  45.       Top = 48
  46.       Width = 52
  47.       Height = 13
  48.       Alignment = taRightJustify
  49.       Caption = 'Exact time:'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       Transparent = True
  57.     end
  58.     object Shape3: TShape
  59.       Left = 70
  60.       Top = 70
  61.       Width = 280
  62.       Height = 17
  63.       Brush.Color = clGray
  64.     end
  65.     object Label_DifferenceCaption: TLabel
  66.       Left = 13
  67.       Top = 72
  68.       Width = 51
  69.       Height = 13
  70.       Alignment = taRightJustify
  71.       Caption = 'Correction:'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       Transparent = True
  79.     end
  80.     object Label_LocalTime: TLabel
  81.       Left = 70
  82.       Top = 24
  83.       Width = 280
  84.       Height = 13
  85.       Alignment = taCenter
  86.       AutoSize = False
  87.       Caption = 'Label_LocalTime'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clWhite
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       Transparent = True
  95.     end
  96.     object Label_ExactTime: TLabel
  97.       Left = 70
  98.       Top = 48
  99.       Width = 280
  100.       Height = 13
  101.       Alignment = taCenter
  102.       AutoSize = False
  103.       Caption = 'Label_ExactTime'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clWhite
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       Transparent = True
  111.     end
  112.     object Label_Difference: TLabel
  113.       Left = 70
  114.       Top = 72
  115.       Width = 280
  116.       Height = 13
  117.       Alignment = taCenter
  118.       AutoSize = False
  119.       Caption = 'Label_Difference'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clWhite
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.       Transparent = True
  127.     end
  128.     object Button_GetTime: TButton
  129.       Left = 361
  130.       Top = 26
  131.       Width = 75
  132.       Height = 25
  133.       Caption = 'Get Time'
  134.       Default = True
  135.       TabOrder = 0
  136.       OnClick = Button_GetTimeClick
  137.     end
  138.     object Button_Adjust: TButton
  139.       Left = 361
  140.       Top = 58
  141.       Width = 75
  142.       Height = 25
  143.       Caption = 'Adjust'
  144.       TabOrder = 1
  145.       OnClick = Button_AdjustClick
  146.     end
  147.   end
  148.   object GroupBox_AdvancedSettings: TGroupBox
  149.     Left = 0
  150.     Top = 132
  151.     Width = 450
  152.     Height = 218
  153.     Caption = 'Advanced Settings'
  154.     TabOrder = 1
  155.     object Label_AutoAdjustCaption: TLabel
  156.       Left = 16
  157.       Top = 46
  158.       Width = 106
  159.       Height = 13
  160.       Caption = 'Adjust time periodically'
  161.     end
  162.     object Label_AdjustMethodCaption: TLabel
  163.       Left = 16
  164.       Top = 90
  165.       Width = 67
  166.       Height = 13
  167.       Caption = 'Adjust method'
  168.     end
  169.     object Label_ActiveProtocolCaption: TLabel
  170.       Left = 16
  171.       Top = 134
  172.       Width = 71
  173.       Height = 13
  174.       Caption = 'Active protocol'
  175.     end
  176.     object Bevel2: TBevel
  177.       Left = 200
  178.       Top = 16
  179.       Width = 9
  180.       Height = 193
  181.       Shape = bsLeftLine
  182.     end
  183.     object Label_SOCKSVersionCaption: TLabel
  184.       Left = 232
  185.       Top = 52
  186.       Width = 35
  187.       Height = 13
  188.       Caption = 'Version'
  189.     end
  190.     object Label_ProxyHostCaption: TLabel
  191.       Left = 232
  192.       Top = 76
  193.       Width = 38
  194.       Height = 13
  195.       Caption = 'Address'
  196.     end
  197.     object Label_ProxyUsernameCaption: TLabel
  198.       Left = 232
  199.       Top = 156
  200.       Width = 48
  201.       Height = 13
  202.       Caption = 'Username'
  203.     end
  204.     object Label_ProxyPasswordCaption: TLabel
  205.       Left = 232
  206.       Top = 180
  207.       Width = 46
  208.       Height = 13
  209.       Caption = 'Password'
  210.     end
  211.     object Label_ProxyPortCaption: TLabel
  212.       Left = 232
  213.       Top = 100
  214.       Width = 19
  215.       Height = 13
  216.       Caption = 'Port'
  217.     end
  218.     object Button_EditTimeServersList: TButton
  219.       Left = 78
  220.       Top = 178
  221.       Width = 107
  222.       Height = 25
  223.       Caption = 'Time Servers ...'
  224.       TabOrder = 4
  225.       OnClick = Button_EditTimeServersListClick
  226.     end
  227.     object ComboBox_AutoAdjustInterval: TComboBox
  228.       Left = 16
  229.       Top = 62
  230.       Width = 169
  231.       Height = 21
  232.       Style = csDropDownList
  233.       ItemHeight = 13
  234.       TabOrder = 1
  235.       OnChange = ComboBox_AutoAdjustIntervalChange
  236.       Items.Strings = (
  237.         'never'
  238.         'hourly'
  239.         'every 2 hours'
  240.         'every 3 hours'
  241.         'every 4 hours'
  242.         'every 6 hours'
  243.         'every 8 hours'
  244.         'every 12 hours')
  245.     end
  246.     object ComboBox_AdjustMethod: TComboBox
  247.       Left = 16
  248.       Top = 106
  249.       Width = 169
  250.       Height = 21
  251.       Style = csDropDownList
  252.       ItemHeight = 13
  253.       TabOrder = 2
  254.       OnChange = ComboBox_AdjustMethodChange
  255.       Items.Strings = (
  256.         'Time only'
  257.         'Minutes and Seconds only'
  258.         'both Date and Time')
  259.     end
  260.     object ComboBox_ActiveProtocol: TComboBox
  261.       Left = 16
  262.       Top = 150
  263.       Width = 169
  264.       Height = 21
  265.       Style = csDropDownList
  266.       ItemHeight = 13
  267.       TabOrder = 3
  268.       OnChange = ComboBox_ActiveProtocolChange
  269.       Items.Strings = (
  270.         'SNTP Protocol (RFC 2030)'
  271.         'Time Protocol (RFC 868)')
  272.     end
  273.     object CheckBox_UseProxy: TCheckBox
  274.       Left = 216
  275.       Top = 24
  276.       Width = 193
  277.       Height = 17
  278.       Caption = 'Use proxy (for Time Protocol only)'
  279.       TabOrder = 5
  280.       OnClick = CheckBox_UseProxyClick
  281.     end
  282.     object ComboBox_SOCKSVersion: TComboBox
  283.       Left = 296
  284.       Top = 48
  285.       Width = 137
  286.       Height = 21
  287.       Style = csDropDownList
  288.       ItemHeight = 13
  289.       TabOrder = 6
  290.       OnChange = ComboBox_SOCKSVersionChange
  291.       Items.Strings = (
  292.         'SOCKS v4.0'
  293.         'SOCKS v4.0A'
  294.         'SOCKS v5.0')
  295.     end
  296.     object Edit_ProxyHost: TEdit
  297.       Left = 296
  298.       Top = 72
  299.       Width = 137
  300.       Height = 21
  301.       TabOrder = 7
  302.       OnChange = Edit_ProxyHostChange
  303.     end
  304.     object Edit_ProxyPort: TEdit
  305.       Left = 296
  306.       Top = 96
  307.       Width = 73
  308.       Height = 21
  309.       TabOrder = 8
  310.       OnChange = Edit_ProxyPortChange
  311.     end
  312.     object CheckBox_UseProxyAuthentication: TCheckBox
  313.       Left = 216
  314.       Top = 128
  315.       Width = 193
  316.       Height = 17
  317.       Caption = 'Proxy authentication'
  318.       TabOrder = 9
  319.       OnClick = CheckBox_UseProxyAuthenticationClick
  320.     end
  321.     object Edit_ProxyUsername: TEdit
  322.       Left = 296
  323.       Top = 152
  324.       Width = 137
  325.       Height = 21
  326.       TabOrder = 10
  327.       OnChange = Edit_ProxyUsernameChange
  328.     end
  329.     object Edit_ProxyPassword: TEdit
  330.       Left = 296
  331.       Top = 176
  332.       Width = 137
  333.       Height = 21
  334.       PasswordChar = '*'
  335.       TabOrder = 11
  336.       OnChange = Edit_ProxyPasswordChange
  337.     end
  338.     object CheckBox_AdjustOnConnect: TCheckBox
  339.       Left = 16
  340.       Top = 24
  341.       Width = 169
  342.       Height = 17
  343.       Caption = 'Adjust on Connect'
  344.       TabOrder = 0
  345.       OnClick = CheckBox_AdjustOnConnectClick
  346.     end
  347.   end
  348.   object Panel_Caption: TPanel
  349.     Left = 0
  350.     Top = 0
  351.     Width = 450
  352.     Height = 20
  353.     BevelOuter = bvNone
  354.     TabOrder = 2
  355.     object Shap_Caption: TShape
  356.       Left = 0
  357.       Top = 0
  358.       Width = 450
  359.       Height = 20
  360.       Align = alClient
  361.       Brush.Color = 12937777
  362.     end
  363.     object Label_Caption: TLabel
  364.       Left = 6
  365.       Top = 1
  366.       Width = 82
  367.       Height = 16
  368.       Caption = 'Atomic Clock'
  369.       Font.Charset = DEFAULT_CHARSET
  370.       Font.Color = clWhite
  371.       Font.Height = -13
  372.       Font.Name = 'Tahoma'
  373.       Font.Style = [fsBold]
  374.       ParentFont = False
  375.       Transparent = True
  376.     end
  377.   end
  378.   object Timer_State: TTimer
  379.     OnTimer = Timer_StateTimer
  380.     Left = 8
  381.     Top = 308
  382.   end
  383.   object Timer_AutoAdjust: TTimer
  384.     Interval = 5000
  385.     OnTimer = Timer_AutoAdjustTimer
  386.     Left = 40
  387.     Top = 308
  388.   end
  389.   object FnugryRASNotify: TFnugryRASNotify
  390.     Enabled = True
  391.     PollInterval = 2000
  392.     OnConnected = FnugryRASNotifyConnected
  393.     Left = 168
  394.     Top = 148
  395.   end
  396. end
  397.